Skip to content

listen for and emit custom events on dynamic modal - #785

Open
mrkwdwrd wants to merge 9 commits into
euvl:masterfrom
mrkwdwrd:master
Open

mrkwdwrd wants to merge 9 commits into
euvl:masterfrom
mrkwdwrd:master

Conversation

@mrkwdwrd

@mrkwdwrd mrkwdwrd commented Oct 12, 2022

Copy link
Copy Markdown

I was using a Single-File Component in a dynamic modal and found I needed trigger a method on the component that was invoking the modal, from within the component in the modal, but I don't want it tied to any of the existing modal events.

I've created a custom-event listener on the modal which accepts an object containing the name of the event I ultimately want to listen for and and object of params (optional).

On the SFC shown in the modal, I emit the custom-event back to the parent:

image

And I've invoked the modal as follows and the my-custom-event listener as follows:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant